ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / CustomProperties Class / CustomProperties Constructor / CustomProperties Constructor(KeyValuePair[])
The array of string attribute values.

In This Topic
    CustomProperties Constructor(KeyValuePair[])
    In This Topic
    Initializes a new instance of the CustomProperties class with the KeyValuePair array specified.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal initialValues() As KeyValuePair _
    )
    public CustomProperties( 
       KeyValuePair[] initialValues
    )

    Parameters

    initialValues
    The array of string attribute values.
    See Also